GET
/
v1
/
zaps
curl --request GET \
  --url https://api.zapier.com/v1/zaps \
  --header 'Authorization: Bearer <token>'
[
  {
    "next": "https://api.zapier.com/v1/zaps?limit=2&offset=2",
    "previous": null,
    "count": 4,
    "objects": [
      {
        "id": 125,
        "modified_at": "2017-03-22T09:38:11-05:00",
        "state": "on",
        "steps": [
          {
            "app": {
              "description": "Typeform helps you ask awesomely online! If you ever need to run a survey, questionnaire, form, contest etc... Typeform will help you achieve it beautifully across all devices, every time, using its next generation platform.",
              "hex_color": "8bcbca",
              "id": 4259,
              "image": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.png",
              "images": {
                "url_128x128": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.128x128.png",
                "url_16x16": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.16x16.png",
                "url_32x32": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.32x32.png",
                "url_64x64": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.64x64.png"
              },
              "api": "TypeformDevAPI",
              "slug": "typeform",
              "title": "Typeform",
              "url": "https://zapier.com/apps/typeform/integrations"
            },
            "type_of": "read",
            "params": null
          },
          {
            "app": {
              "description": "Trello is team collaboration tool that lets you organize anything and everything to keep your projects on task.",
              "hex_color": "0079bf",
              "id": 4192,
              "image": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.png",
              "images": {
                "url_128x128": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.128x128.png",
                "url_16x16": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.16x16.png",
                "url_32x32": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.32x32.png",
                "url_64x64": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.64x64.png"
              },
              "api": "TrelloAPI",
              "slug": "trello",
              "title": "Trello",
              "url": "https://zapier.com/apps/trello/integrations"
            },
            "type_of": "write",
            "params": null
          }
        ],
        "title": "Create Trello cards from new Typeform entries",
        "url": "https://zapier.com/editor/125"
      },
      {
        "id": 123,
        "modified_at": "2017-03-21T22:04:05-05:00",
        "state": "off",
        "steps": [
          {
            "app": {
              "description": "Typeform helps you ask awesomely online! If you ever need to run a survey, questionnaire, form, contest etc... Typeform will help you achieve it beautifully across all devices, every time, using its next generation platform.",
              "hex_color": "8bcbca",
              "id": 4259,
              "image": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.png",
              "images": {
                "url_128x128": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.128x128.png",
                "url_16x16": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.16x16.png",
                "url_32x32": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.32x32.png",
                "url_64x64": "https://cdn.zapier.com/storage/developer/5e21b4c1e0a2a3346a801dbc0a2a5a6d_2.64x64.png"
              },
              "api": "TypeformDevAPI",
              "slug": "typeform",
              "title": "Typeform",
              "url": "https://zapier.com/apps/typeform/integrations"
            },
            "type_of": "read",
            "params": null
          },
          {
            "app": {
              "description": "Trello is team collaboration tool that lets you organize anything and everything to keep your projects on task.",
              "hex_color": "0079bf",
              "id": 4192,
              "image": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.png",
              "images": {
                "url_128x128": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.128x128.png",
                "url_16x16": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.16x16.png",
                "url_32x32": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.32x32.png",
                "url_64x64": "https://cdn.zapier.com/storage/services/da3ff465abd3a3e1b687c52ff803af74.64x64.png"
              },
              "api": "TrelloAPI",
              "slug": "trello",
              "title": "Trello",
              "url": "https://zapier.com/apps/trello/integrations"
            },
            "type_of": "write",
            "params": null
          }
        ],
        "title": "Create Trello cards from new Typeform entries",
        "url": "https://zapier.com/editor/123"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

Query Parameters

get_params
any

If set, guarantees that the 'params' of any node belonging to your app will be present in the response

limit
number
default:
5

(Max: 100) Limit the number of Zap templates returned.

offset
number
default:
0

The number of Zap templates to skip before beginning to return the Zap templates. The default value is 0, which is the offset of the first item.

params__{{KEY}}
string

Filter for Zaps that contain the given parameter's {{KEY}} and the value of the query parameter. Keys are defined by your app on the developer platform.

Response

200 - application/json
count
integer
required
next
string
required
objects
object[]
required
previous
string
required